home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SATAN11.ZIP / HTML / REPORTIN / ANALYSIS.PL next >
Encoding:
Text File  |  1995-04-01  |  1.2 KB  |  43 lines

  1. print CLIENT <<EOF;
  2. <HTML>
  3. <HEAD>
  4. <title>SATAN Reporting and Analysis</title>
  5. <LINK REV="made" HREF="mailto:satan\@fish.com">
  6. </HEAD>
  7. <BODY>
  8.  
  9. <H1><IMG SRC=$HTML_ROOT/images/satan.gif> SATAN Reporting and Analysis</H1>
  10. <HR>
  11. <h2> Table of contents</h2>
  12. <HL>
  13. <p>
  14. <strong> Vulnerabilities </strong>
  15.         <ul>
  16.         <li> <a href=satan_results_danger.pl> By Approximate Danger Level </a>
  17.         <li> <a href=satan_severity_types.pl> By Type of Vulnerability </a>
  18.         <li> <a href=satan_severity_counts.pl> By Vulnerability Count </a>
  19.         </ul>
  20.  
  21. <strong> Host Information </strong>
  22.         <ul>
  23.         <li> <a href=satan_info_class.pl> By Class of Service</a>
  24.         <li> <a href=satan_info_OS.pl> By System Type</a>
  25.     <li> <a href=satan_info_domain.pl> By Internet Domain</a>
  26.         <li> <a href=satan_info_subnet.pl> By Subnet</a>
  27.     <li> <a href=satan_info_name.pl> By Host Name</a>
  28.         </ul>
  29. <p>
  30.  
  31. <strong> Trust</strong>
  32.         <ul>
  33.         <li> <a href=satan_info_trusted.pl> Trusted Hosts</a>
  34.         <li> <a href=satan_info_trusting.pl> Trusting Hosts</a>
  35.     </ul>
  36. <p>
  37.  
  38. <HL>
  39. <hr> <a href=$HTML_STARTPAGE> Back to the SATAN start page </a>
  40. </BODY>
  41. </HTML>
  42. EOF
  43.